callType property

  1. @override
int callType

Implementation

@override
int get callType => sessionDescription.conferenceType;
void callType=(int callType)

Implementation

set callType(int callType) => sessionDescription.conferenceType = callType;