Information about the stream to connect to.
import { StreamInformation, Room } from '@millicast/sdk-interactivity';const streamInfo: StreamInformation = { streamName: 'STREAM_NAME', streamAccountId: 'ACCOUNT_ID',};const room = new Room(streamInfo); Copy
import { StreamInformation, Room } from '@millicast/sdk-interactivity';const streamInfo: StreamInformation = { streamName: 'STREAM_NAME', streamAccountId: 'ACCOUNT_ID',};const room = new Room(streamInfo);
Dolby Millicast account ID.
Name of the stream.
Information about the stream to connect to.
Example