ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

Example classes differ from pod #57

Open ZmicierBiesau opened 8 years ago

ZmicierBiesau commented 8 years ago

In example in ARDAppClient class we have such functions as - (void)muteAudioIn, - (void)unmuteAudioIn,- (void)muteVideoIn, - (void)unmuteVideoIn, - (void)enableSpeaker, - (void)disableSpeaker, - (void)swapCameraToFront, - (void)swapCameraToBack. But in pod we don't see them. Can you update pod, please?