public bool HasAudioTrack(ConnectionId remoteUserId)
 {
     return(CAPI.Unity_MediaNetwork_HasAudioTrack(mReference, remoteUserId.id));
 }