Class CodecListExample

java.lang.Object
dev.onvoid.webrtc.examples.CodecListExample

public class CodecListExample extends Object
Example demonstrating how to list all supported codecs with the WebRTC peer-connection-factory.

This example shows how to:

  • Create a PeerConnectionFactory
  • Get the supported codecs for both sending and receiving audio and video
  • Display detailed information about each codec
Author:
Alex Andres
  • Constructor Details

    • CodecListExample

      public CodecListExample()
  • Method Details

    • main

      public static void main(String[] args)