Guest User

Untitled

a guest
May 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void JoinChannel()
  2. {
  3. agoraKit.JoinChannelByToken(null, Channel, null, 0, (sid, uid, elapsed) =>
  4. {
  5. agoraKit.SetEnableSpeakerphone(true);
  6. UIApplication.SharedApplication.IdleTimerDisabled = true;
  7. });
  8. }
Add Comment
Please, Sign In to add comment