isVideoCall method

bool isVideoCall()

Implementation

bool isVideoCall(){return(isCall()&&(super.type&1)> 0);}