Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.Subscriber.CaptionTextArgs

Defines arguments for CaptionText events. More...

Inherits EventArgs.

Properties

string Text [get]
 The caption text. More...
bool IsFinal [get]
 Indicates whether a caption is final. More...

Detailed Description

Defines arguments for CaptionText events.

Property Documentation

◆ IsFinal

bool OpenTok.Subscriber.CaptionTextArgs.IsFinal

Indicates whether a caption is final.

◆ Text

string OpenTok.Subscriber.CaptionTextArgs.Text

The caption text.