Show / Hide Table of Contents

    Interface IDataSocket

    Reserved for the internal use.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Microsoft.Skype.Bots.Media
    Assembly: Microsoft.Skype.Bots.Media.dll
    Syntax
    public interface IDataSocket : IDisposable

    Methods

    Send(DataMediaBuffer, UInt32[])

    Reserved for the internal use.

    Declaration
    void Send(DataMediaBuffer buffer, uint[] recipientIds)
    Parameters
    Type Name Description
    DataMediaBuffer buffer
    UInt32[] recipientIds

    Events

    DataMediaReceived

    Reserved for the internal use.

    Declaration
    event EventHandler<DataMediaReceivedEventArgs> DataMediaReceived
    Event Type
    Type Description
    EventHandler<DataMediaReceivedEventArgs>

    DataSendStatusChanged

    Reserved for the internal use.

    Declaration
    event EventHandler<DataSendStatusChangedEventArgs> DataSendStatusChanged
    Event Type
    Type Description
    EventHandler<DataSendStatusChangedEventArgs>

    MediaStreamFailure

    This event is raised if there is a network connection failure with the peer. To recover, the bot will need to start a new call or rejoin the meeting.

    Declaration
    event EventHandler<MediaStreamFailureEventArgs> MediaStreamFailure
    Event Type
    Type Description
    EventHandler<MediaStreamFailureEventArgs>
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.