All Products
Search
Document Center

:Voice intercom

Last Updated:Mar 01, 2022

LinkVisual SDK provides a voice intercom feature. This topic describes the API operations required to use this feature and how data is forwarded in the process.

Process

Voice intercom

Related API operations

Phase

Description

Related API operation

Initiate voice intercom

Transfer the command

lv_message_adapter

Notify the device to start pushing streams

lv_start_push_streaming_cb

Send the configuration information of audio files

lv_stream_send_config

Send audio data

lv_stream_send_media

Receive audio data

lv_on_push_streaming_data_cb

Stop voice intercom

Notify the device to stop pushing streams

lv_stop_push_streaming_cb