React native enum
All enum available in react native module.
StringeeVideoScalingType
Type of scaling.
- fit - Stream fit in widget.
- fill - Stream fill in widget.
Type of the media.
- audio - Media is audio.
- video - Media is video.
ObjectType
Chat object type.
ChangeType
Chat change type.
- insert - New objects is created or inserted.
- update - Objects is updated.
- delete - Objects is deleted.
SignalingState
State of the signaling.
- calling - Used to specify the call invite is sent to Stringee Server.
- ringing - Used to specify the callee is ringing.
- answered - Used to specify the callee answers the call.
- busy - Used to specify the callee rejects the call.
- ended - Used to specify the call is terminated.
State of the media.
- connected - Used to specify the call media is connected.
- disconnected - Used to specify the call media is disconnected.
AudioDevice
Type of the audio device
- speakerPhone - Speaker phone of device.
- wiredHeadset - Wired headset of device.
- earpiece - Internal speaker of device.
- bluetooth - Bluetooth headset of device.
- none - None speaker is connected to the device.
CallType
Type of the call.
- appToAppOutgoing - Call is outgoing app to app call.
- appToAppIncoming - Call is incoming app to app call.
- appToPhone - Call is app to phone call.
- phoneToApp - Call is phone to app call.