Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example of video chat client for Android

This example can be used to participate in video chat for two users on Web Call Server and allows to publish WebRTC stream.

...

  • left - video from the camera of this participant
  • right - video from the other participant (Bob)

Work with code of the example

To analyze the code, let's take classVideoChatActivity.java of the video-chat example, which can be downloaded with corresponding build 1.0.1.38.

...