コード例 #1
0
 public void OnInviteTrying(long sessionId)
 {
     if (events != null)
     {
         events.onInviteTrying(sessionId);
     }
 }