CallType Constants Reference
| Declared in | VoipCall.h |
|---|
CallType
Definition
typedef NS_ENUM(NSInteger, CallType ) {
Unknow = -1,
VOICE = 0,
VIDEO = 1,
LandingCall = 2,
};