Class WebRTCIceGatheringStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the IceGatheringStateChanged event.

    public class WebRTCIceGatheringStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WebRTCIceGatheringStateChangedEventArgs

    Properties

    View Source

    State

    The current ICE gathering state.

    Declaration
    public WebRTCIceGatheringState State { get; }
    Property Value
    Type Description
    WebRTCIceGatheringState

    The ICE gathering state.

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX