startCall(audio:video:)
Start a new call in this Chat
func startCall(audio: Bool, video: Bool) -> any Session
Parameters
audio
do we want audio in this call
video
do we want video in this call
Start a new call in this Chat
func startCall(audio: Bool, video: Bool) -> any Session
audio
do we want audio in this call
video
do we want video in this call