Package 

Enum VideoEncodingMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum VideoEncodingMode
    
                        

    VideoEncodingMode describes how publishers manage video codecs and video encodings.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO

      Twilio's SDKs and Servers select video codecs and manage video encodings automatically.

      - The publisher prefers scalable video codecs in Group Rooms, and disables scalabilityfeatures that are not needed in Peer-to-Peer and Go Rooms.

      - In Group Rooms, the publisher reduces resource usage by only sending the encodings thatare needed by subscribers or by the media server (when recording is enabled).

      - If there are no subscribers, and recording is disabled then all track encodings aresuspended.