OpenGroupStreamOptions interface

openGroupStream operation options.

Properties

idleTimeoutInMs

Optional stream idle timeout in milliseconds.

noEcho

Whether the stream start message should not be echoed back to the sender. Default: false.

streamId

Optional stream identifier. If not specified, client will generate one.

Property Details

idleTimeoutInMs

Optional stream idle timeout in milliseconds.

idleTimeoutInMs?: number

Property Value

number

noEcho

Whether the stream start message should not be echoed back to the sender. Default: false.

noEcho?: boolean

Property Value

boolean

streamId

Optional stream identifier. If not specified, client will generate one.

streamId?: string

Property Value

string