UNPKG

@sendbird/calls-react-native

Version:

Sendbird Calls SDK for React Native: Empower React Native apps with seamless audio, video, and group calling. Build interactive communication easily.

39 lines 1.91 kB
export let SoundType = /*#__PURE__*/function (SoundType) { SoundType["DIALING"] = "DIALING"; SoundType["RINGING"] = "RINGING"; SoundType["RECONNECTING"] = "RECONNECTING"; SoundType["RECONNECTED"] = "RECONNECTED"; return SoundType; }({}); export let AudioDeviceType = /*#__PURE__*/function (AudioDeviceType) { AudioDeviceType["EARPIECE"] = "EARPIECE"; AudioDeviceType["SPEAKERPHONE"] = "SPEAKERPHONE"; AudioDeviceType["WIRED_HEADSET"] = "WIRED_HEADSET"; AudioDeviceType["BLUETOOTH"] = "BLUETOOTH"; return AudioDeviceType; }({}); export let VideoDevicePosition = /*#__PURE__*/function (VideoDevicePosition) { VideoDevicePosition["FRONT"] = "FRONT"; VideoDevicePosition["BACK"] = "BACK"; VideoDevicePosition["UNSPECIFIED"] = "UNSPECIFIED"; return VideoDevicePosition; }({}); export let RecordingStatus = /*#__PURE__*/function (RecordingStatus) { RecordingStatus["NONE"] = "NONE"; RecordingStatus["RECORDING"] = "RECORDING"; return RecordingStatus; }({}); export let RecordingType = /*#__PURE__*/function (RecordingType) { /** An option to record the video and audio of the remote user */ RecordingType["REMOTE_AUDIO_AND_VIDEO"] = "REMOTE_AUDIO_AND_VIDEO"; /** An option to record the audio of the remote user. */ RecordingType["REMOTE_AUDIO_ONLY"] = "REMOTE_AUDIO_ONLY"; /** An option to record both audios of the local and remote users. */ RecordingType["LOCAL_REMOTE_AUDIOS"] = "LOCAL_REMOTE_AUDIOS"; /** An option to record both audios of the local and remote users, and the video of the remote user. */ RecordingType["LOCAL_AUDIO_REMOTE_AUDIO_AND_VIDEO"] = "LOCAL_AUDIO_REMOTE_AUDIO_AND_VIDEO"; /** An option to record both audios of the local and remote users, and the video of the local user. */ RecordingType["LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO"] = "LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO"; return RecordingType; }({}); //# sourceMappingURL=Media.js.map