OpenGroupStreamOptions interface
openGroupStream operation options.
Properties
| idle |
Optional stream idle timeout in milliseconds. |
| no |
Whether the stream start message should not be echoed back to the sender. Default: false. |
| stream |
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