@@ -614,7 +614,7 @@ a=group:BUNDLE 0
614
614
RtcSessionDescriptionInit offerSdp{};
615
615
RtcSessionDescriptionInit answerSdp{};
616
616
617
- SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION);
617
+ SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION, TEST_DEFAULT_STUN_URL_POSTFIX );
618
618
619
619
track1.kind = MEDIA_STREAM_TRACK_KIND_VIDEO;
620
620
track1.codec = RTC_CODEC_VP8;
@@ -667,7 +667,7 @@ a=group:BUNDLE 0
667
667
RtcSessionDescriptionInit offerSdp{};
668
668
RtcSessionDescriptionInit answerSdp{};
669
669
670
- SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION);
670
+ SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION, TEST_DEFAULT_STUN_URL_POSTFIX );
671
671
672
672
track1.kind = MEDIA_STREAM_TRACK_KIND_VIDEO;
673
673
track1.codec = RTC_CODEC_VP8;
@@ -725,7 +725,7 @@ a=group:BUNDLE 0
725
725
RtcSessionDescriptionInit offerSdp{};
726
726
RtcSessionDescriptionInit answerSdp{};
727
727
728
- SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION);
728
+ SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION, TEST_DEFAULT_STUN_URL_POSTFIX );
729
729
730
730
track1.kind = MEDIA_STREAM_TRACK_KIND_VIDEO;
731
731
track1.codec = RTC_CODEC_VP8;
@@ -788,7 +788,7 @@ a=ice-options:trickle
788
788
RtcSessionDescriptionInit offerSdp{};
789
789
RtcSessionDescriptionInit answerSdp{};
790
790
791
- SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION);
791
+ SNPRINTF (configuration.iceServers [0 ].urls , MAX_ICE_CONFIG_URI_LEN, KINESIS_VIDEO_STUN_URL, TEST_DEFAULT_REGION, TEST_DEFAULT_STUN_URL_POSTFIX );
792
792
793
793
track1.kind = MEDIA_STREAM_TRACK_KIND_VIDEO;
794
794
track1.codec = RTC_CODEC_VP8;
0 commit comments