The options to be used for initializing BitmovinCastManager

Platform

Android, iOS

interface BitmovinCastManagerOptions {
    applicationId?: null | string;
    messageNamespace?: null | string;
}

Properties

applicationId?: null | string

ID of receiver application. Using null value will result in using the default application ID

messageNamespace?: null | string

A custom message namespace to be used for communication between sender and receiver. Using null value will result in using the default message namespace