Information about the stream to connect to.
Dolby Millicast account ID.
Name of the stream.
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);
Information about the stream to connect to.