@sendbird/calls-react-native
    Preparing search index...

    Interface NativeMediaDeviceControl

    interface NativeMediaDeviceControl {
        muteMicrophone(type: ControllableModuleType, identifier: string): void;
        resumeAudioTrack(type: ControllableModuleType, identifier: string): void;
        resumeVideoCapturer(type: ControllableModuleType, identifier: string): void;
        selectAudioDevice(
            type: ControllableModuleType,
            identifier: string,
            device: AudioDeviceType,
        ): Promise<void>;
        selectVideoDevice(
            type: ControllableModuleType,
            identifier: string,
            device: VideoDevice,
        ): Promise<void>;
        startVideo(type: ControllableModuleType, identifier: string): void;
        stopVideo(type: ControllableModuleType, identifier: string): void;
        switchCamera(
            type: ControllableModuleType,
            identifier: string,
        ): Promise<void>;
        unmuteMicrophone(type: ControllableModuleType, identifier: string): void;
    }

    Hierarchy (View Summary)

    Index

    Methods