public bool HasVideoTrack(ConnectionId remoteUserId)
 {
     return(CAPI.Unity_MediaNetwork_HasVideoTrack(mReference, remoteUserId.id));
 }