CreateCall
constructor(callType: Call.Type = Call.Type.audioVideo(), maxDuration: Long? = 0, recordingType: Call.Recording.Type? = Call.Recording.Type.Never)
constructor(preferredType: Call.PreferredType = Call.PreferredType.audioVideo(), maxDuration: Long? = 0, recordingType: Call.Recording.Type? = Call.Recording.Type.Never)
Deprecated
This constructor has been deprecated and it will be removed in a further release.
Replace with
CreateCall(callType, maxDuration, recordingType)
Content copied to clipboard