Suggestions

close search

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

Visit the Vonage API Developer Portal

otc_signal_options Struct Reference

#include <session.h>

Data Fields

otc_bool retry_after_reconnect

Detailed Description

Session signal options.

This struct represents options associated with an OpenTok signal. See otc_session_send_signal_with_options and otc_session_send_signal_to_connection_with_options.

Field Documentation

◆ retry_after_reconnect

otc_bool retry_after_reconnect

Upon reconnecting to the session, whether to send any signals that were initiated while disconnected. If your client loses its connection to the OpenTok session, due to a drop in network connectivity, the client attempts to reconnect to the session, and the otc_session_callbacks.on_disconnected callback function is invoked. By default, signals initiated while disconnected are sent when (and if) the client reconnects to the OpenTok session. You can prevent this by setting the retry_after_reconnect member to OTC_FALSE. (The default setting is OTC_TRUE.)