public List <Participant> GetConnectedParticipants()
 {
     return(mCurrentSession.GetConnectedParticipants());
 }