Package us.zoom.sdk

Class InMeetingLiveStreamController.LiveStreamChannel

  • Enclosing interface:
    InMeetingLiveStreamController

    public static class InMeetingLiveStreamController.LiveStreamChannel
    extends java.lang.Object
    Live streaming channels by which users can share the meeting. channelkey Stream key offered by the third platform on which you want to live stream your meeting. liveStreamUrl The live stream server URL.
    • Constructor Summary

      Constructors 
      Constructor Description
      LiveStreamChannel​(java.lang.String channelkey, java.lang.String liveStreamUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannelkey()
      Get stream key of the live streaming service.
      java.lang.String getLiveStreamUrl()
      Get URL of stream server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LiveStreamChannel

        public LiveStreamChannel​(java.lang.String channelkey,
                                 java.lang.String liveStreamUrl)
    • Method Detail

      • getChannelkey

        public java.lang.String getChannelkey()
        Get stream key of the live streaming service.
        Returns:
        Stream key.
      • getLiveStreamUrl

        public java.lang.String getLiveStreamUrl()
        Get URL of stream server.
        Returns:
        Stream server URL.