Search Results for

    / fm / liveswitch / ChannelUserConfig

    Class: ChannelUserConfig

    fm.liveswitch.ChannelUserConfig

    Channel user configuration.

    Table of contents

    Constructors

    • constructor

    Methods

    • getAudioMuted
    • getAudioUnmuteDisabled
    • getExcludedClientIds
    • getExcludedConnectionIds
    • getExcludedDeviceIds
    • getRecording
    • getRecordingTag
    • getTypeString
    • getVideoMuted
    • getVideoUnmuteDisabled
    • setAudioMuted
    • setAudioUnmuteDisabled
    • setExcludedClientIds
    • setExcludedConnectionIds
    • setExcludedDeviceIds
    • setRecording
    • setRecordingTag
    • setVideoMuted
    • setVideoUnmuteDisabled
    • toJson
    • fromJson
    • toJson

    Constructors

    constructor

    + new ChannelUserConfig(): ChannelUserConfig

    Returns: ChannelUserConfig

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:29

    Methods

    getAudioMuted

    ▸ getAudioMuted(): boolean

    Gets whether to mute or unmute audio.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:137


    getAudioUnmuteDisabled

    ▸ getAudioUnmuteDisabled(): boolean

    Gets whether to disable audio unmuting.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:149


    getExcludedClientIds

    ▸ getExcludedClientIds(): string[]

    Gets the client identifiers to exclude.

    Returns: string[]

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:161


    getExcludedConnectionIds

    ▸ getExcludedConnectionIds(): string[]

    Gets the connection identifiers to exclude.

    Returns: string[]

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:173


    getExcludedDeviceIds

    ▸ getExcludedDeviceIds(): string[]

    Gets the device identifiers to exclude.

    Returns: string[]

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:185


    getRecording

    ▸ getRecording(): boolean

    Gets whether to enable recording.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:197


    getRecordingTag

    ▸ getRecordingTag(): string

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

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:209


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:9


    getVideoMuted

    ▸ getVideoMuted(): boolean

    Gets whether to mute or unmute video.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:221


    getVideoUnmuteDisabled

    ▸ getVideoUnmuteDisabled(): boolean

    Gets whether to disable video unmuting.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:233


    setAudioMuted

    ▸ setAudioMuted(value: boolean): void

    Sets whether to mute or unmute audio.

    Parameters:

    Name Type
    value boolean

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:245


    setAudioUnmuteDisabled

    ▸ setAudioUnmuteDisabled(value: boolean): void

    Sets whether to disable audio unmuting.

    Parameters:

    Name Type
    value boolean

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:257


    setExcludedClientIds

    ▸ setExcludedClientIds(value: string[]): void

    Sets the client identifiers to exclude.

    Parameters:

    Name Type
    value string[]

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:269


    setExcludedConnectionIds

    ▸ setExcludedConnectionIds(value: string[]): void

    Sets the connection identifiers to exclude.

    Parameters:

    Name Type
    value string[]

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:281


    setExcludedDeviceIds

    ▸ setExcludedDeviceIds(value: string[]): void

    Sets the device identifiers to exclude.

    Parameters:

    Name Type
    value string[]

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:293


    setRecording

    ▸ setRecording(value: boolean): void

    Sets whether to enable recording.

    Parameters:

    Name Type
    value boolean

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:305


    setRecordingTag

    ▸ setRecordingTag(value: string): void

    Sets the tag for the recording, if recording is being enabled.

    Parameters:

    Name Type
    value string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:317


    setVideoMuted

    ▸ setVideoMuted(value: boolean): void

    Sets whether to mute or unmute video.

    Parameters:

    Name Type
    value boolean

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:329


    setVideoUnmuteDisabled

    ▸ setVideoUnmuteDisabled(value: boolean): void

    Sets whether to disable video unmuting.

    Parameters:

    Name Type
    value boolean

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:341


    toJson

    ▸ toJson(): string

    Serializes this channel user configuration to JSON.

    Returns: string

    The channel user configuration as JSON.

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:354


    fromJson

    ▸ StaticfromJson(channelUserConfigJson: string): ChannelUserConfig

    Deserializes a channel user configuration from JSON.

    Parameters:

    Name Type Description
    channelUserConfigJson string The channel user configuration as JSON.

    Returns: ChannelUserConfig

    The channel user configuration.

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:49


    toJson

    ▸ StatictoJson(channelUserConfig: ChannelUserConfig): string

    Serializes a channel user configuration to JSON.

    Parameters:

    Name Type Description
    channelUserConfig ChannelUserConfig The channel user configuration.

    Returns: string

    The channel user configuration as JSON.

    Defined in: Generated/TypeScript/fm.liveswitch/ChannelUserConfig.ts:97

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