Hello,
iam building a small POC application to with C++ SDK
The app has everything look correct until it supposes to get the audio, then instead of receiving audio, I see a lot of “wss_data_t::handle_audio_data, get user_name failed” in the log till the end of the call
Please advise
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO wss_signal_t::send_stream_ack: {
“msg_type” : 7,
“rtms_stream_id” : “f4e2374d-a707-4fa0-b353-26ba74b165bd”
}
, this = 0x0000000001540310
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO rtms_sdk_impl::on_session_start, reason: 0, this = 0x000000000153e7e0
06/25/2026 21:21:41:570 UTIL [1474267:1474267:140395328833536] INFO timer_it::remove_timer(), times = 1, m_carrier = 0x000000000154bad0, m_id = 0, m_interval_ticks = 1000, this = 0x000000000153e880
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO signal resp: {“msg_type”:8,“rtms_stream_id”:“f4e2374d-a707-4fa0-b353-26ba74b165bd”,“state”:1,“timestamp”:1782422501570}, this = 0x0000000001540310
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO wss_session_t::on_stream_active, this = 0x00000000015403f0
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO signal resp: {“msg_type”:9,“rtms_session_id”:“2C4BDB0B-229C-C975-2BEF-78F300777385”,“state”:2,“timestamp”:1782422501570}, this = 0x0000000001540310
06/25/2026 21:21:41:570 ZSSGW_SDK [1474267:1474267:140395328833536] INFO wss_session_t::on_session_create, SESSION_ADD, this = 0x00000000015403f0
06/25/2026 21:21:41:622 ZSSGW_SDK [1474267:1474267:140395328833536] INFO signal resp: {“event”:{“event_type”:1,“media_type”:1,“timestamp”:1782422473062},“msg_type”:6}, this = 0x0000000001540310
06/25/2026 21:21:41:622 ZSSGW_SDK [1474267:1474267:140395328833536] ERROR wss_data_t::handle_audio_data, get user_name failed, ret: 2, this = 0x000000000158b350
06/25/2026 21:21:41:683 ZSSGW_SDK [1474267:1474267:140395328833536] ERROR wss_data_t::handle_audio_data, get user_name failed, ret: 2, this = 0x000000000158b350
06/25/2026 21:21:41:683 ZSSGW_SDK [1474267:1474267:140395328833536] ERROR wss_data_t::handle_audio_data, get user_name failed, ret: 2, this = 0x000000000158b350
06/25/2026 21:21:41:683 ZSSGW_SDK [1474267:1474267:140395328833536] ERROR wss_data_t::handle_audio_data, get user_name failed, ret: 2, this = 0x000000000158b350
