meet:: MediaApiClientConfiguration
Summary
Public attributes |
|
---|---|
enable_audio_streams = false
|
bool
If audio is enabled, three "receive-only" audio SRTP streams will be created, always.
|
receiving_video_stream_count = 0
|
uint32_t
For values greater than zero, the Meet Media API client will establish that many video SRTP streams.
|
Public attributes
enable_audio_streams
bool meet::MediaApiClientConfiguration::enable_audio_streams = false
If audio is enabled, three "receive-only" audio SRTP streams will be created, always.
After the session is initialized, no other streams will be created nor intentionally terminated. All connections will be cleaned up after the session is complete.
receiving_video_stream_count
uint32_t meet::MediaApiClientConfiguration::receiving_video_stream_count = 0
For values greater than zero, the Meet Media API client will establish that many video SRTP streams.
After the session is initialized, no other streams will be created nor intentionally terminated. All connections will be cleaned up after the session is complete. Up to three streams are supported and they are "receive-only". Attempts to set a value greater than three will result in an error.