Interactivity SDK - v0.3.0
    Preparing search index...

    Type Alias PublishWithStreamOptions

    Options to publish with a MediaStream object managed outside of this SDK.

    type PublishWithStreamOptions = {
        mediaStream: MediaStream;
        releaseOnLeave?: boolean;
    }
    Index

    Properties

    mediaStream: MediaStream

    The MediaStream object to publish to the stream.

    releaseOnLeave?: boolean

    Release the mediaStream when unpublishing the source.

    Default value is true.