CreateCall constructor

CreateCall(
  1. {required int user_id,
  2. required CallProtocol protocol,
  3. required bool is_video,
  4. int? extra,
  5. int? clientId}
)

Creates a new call

Returns CallId

Implementation

CreateCall