#include <AVServer.h>
Data Fields | |
| uint32_t | cb |
| int32_t | resend |
| int32_t | two_way_streaming |
| AvAuthType | auth_type |
| char | account_or_identity [256] |
The output configuration of avServStartEx
| cb | [in] The check byte of this structure. |
| resend | [out] Resend mechanism is enable or not |
| two_way_streaming | [out] two way audio/video streaming mechanism is enabling or not 1: enabled, 0: disabled |
| auth_type | [out] The connection is authenticated with password or token |
| account_or_identity | [out] The client identity or account name |
| char account_or_identity[256] |
| AvAuthType auth_type |
| uint32_t cb |
| int32_t resend |
| int32_t two_way_streaming |