Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.Publisher.StreamEventArgs

Defines arguments for the StreamCreated and StreamDestroyed events. More...

Inherits EventArgs.

Properties

Stream Stream [get]
 The stream that that is created or destroyed. The properties of the Stream object are a snapshot of the stream state at the time of the callback. The properties are not updated as the state of the stream changes. More...

Detailed Description

Defines arguments for the StreamCreated and StreamDestroyed events.

Property Documentation

◆ Stream

Stream OpenTok.Publisher.StreamEventArgs.Stream

The stream that that is created or destroyed. The properties of the Stream object are a snapshot of the stream state at the time of the callback. The properties are not updated as the state of the stream changes.