public bool IsClientConnected(IVoiceClient client)
 {
     return(NativeLibary.JV_IsClientConnected(client.Handle.Identifer));
 }