rtc sdp ufrag should not contain # = _ - due to https://crbug.com/1053756
This commit is contained in:
parent
7865f2c360
commit
659fe7004c
|
|
@ -90,7 +90,7 @@ const char* sockTypeStr(Session* session) {
|
|||
|
||||
WebRtcTransport::WebRtcTransport(const EventPoller::Ptr &poller) {
|
||||
_poller = poller;
|
||||
_identifier = "zlm_" + to_string(++s_key);
|
||||
_identifier = "zlm" + to_string(++s_key);
|
||||
_packet_pool.setSize(64);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue