Search Results for

    Show / Hide Table of Contents

    Class ChannelUserConfig

    Channel user configuration.

    Inheritance
    System.Object
    ChannelUserConfig
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ChannelUserConfig : object

    Properties

    AudioMuted

    Gets or sets whether to mute or unmute audio.

    Declaration
    public bool? AudioMuted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    AudioUnmuteDisabled

    Gets or sets whether to disable audio unmuting.

    Declaration
    public bool? AudioUnmuteDisabled { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    ExcludedClientIds

    Gets or sets the client identifiers to exclude.

    Declaration
    public string[] ExcludedClientIds { get; set; }
    Property Value
    Type Description
    System.String[]

    ExcludedConnectionIds

    Gets or sets the connection identifiers to exclude.

    Declaration
    public string[] ExcludedConnectionIds { get; set; }
    Property Value
    Type Description
    System.String[]

    ExcludedDeviceIds

    Gets or sets the device identifiers to exclude.

    Declaration
    public string[] ExcludedDeviceIds { get; set; }
    Property Value
    Type Description
    System.String[]

    Recording

    Gets or sets whether to enable recording.

    Declaration
    public bool? Recording { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    RecordingMode

    Gets or sets the mode for the recording, if recording is being enabled.

    Declaration
    public string RecordingMode { get; set; }
    Property Value
    Type Description
    System.String

    RecordingTag

    Gets or sets the tag for the recording, if recording is being enabled.

    Declaration
    public string RecordingTag { get; set; }
    Property Value
    Type Description
    System.String

    VideoMuted

    Gets or sets whether to mute or unmute video.

    Declaration
    public bool? VideoMuted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    VideoUnmuteDisabled

    Gets or sets whether to disable video unmuting.

    Declaration
    public bool? VideoUnmuteDisabled { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Methods

    FromJson(String)

    Deserializes a channel user configuration from JSON.

    Declaration
    public static ChannelUserConfig FromJson(string channelUserConfigJson)
    Parameters
    Type Name Description
    System.String channelUserConfigJson

    The channel user configuration as JSON.

    Returns
    Type Description
    ChannelUserConfig

    The channel user configuration.

    ToJson()

    Serializes this channel user configuration to JSON.

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    The channel user configuration as JSON.

    ToJson(ChannelUserConfig)

    Serializes a channel user configuration to JSON.

    Declaration
    public static string ToJson(ChannelUserConfig channelUserConfig)
    Parameters
    Type Name Description
    ChannelUserConfig channelUserConfig

    The channel user configuration.

    Returns
    Type Description
    System.String

    The channel user configuration as JSON.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.3