Class DataChannelSenderOptions


  • public final class DataChannelSenderOptions
    extends Object
    Describes the options used to create a data channel sender
    • Constructor Detail

      • DataChannelSenderOptions

        public DataChannelSenderOptions()
        Default constructor
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getChannelId

        public Integer getChannelId()
        Get Data channel id
      • getBitrateInKbps

        public Integer getBitrateInKbps()
        Get Data channel bitrate in kbps
      • setBitrateInKbps

        public DataChannelSenderOptions setBitrateInKbps​(Integer value)
        Set Data channel bitrate in kbps
      • getParticipants

        public List<CommunicationIdentifier> getParticipants()
        Get all the participants for the data channel
      • setParticipants

        public DataChannelSenderOptions setParticipants​(List<CommunicationIdentifier> participants)
        Set all the participants for the data channel