Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sandeep2007/webrtc

Tags

v2.2.7

Toggle v2.2.7's commit message
Add test for codec change

Add test for codec change

v2.2.6

Toggle v2.2.6's commit message
Update module pion/ice to v0.7.13

Generated by renovateBot

v2.2.5

Toggle v2.2.5's commit message
Update comment for AttrKeyMsid

Remove TODO and add explanation how this maps to MediaStream.id in the
browser.

v2.2.4

Toggle v2.2.4's commit message
Update module pion/srtp to v1.3.1

Generated by renovateBot

v2.2.3

Toggle v2.2.3's commit message
Handle changing role during re-negotiation

On all subsequent re-offers make sure to order
of media sections.

Add TestPeerConnection_RoleSwitch to assert this behavior

Resolves pion#1058

v2.2.2

Toggle v2.2.2's commit message
Update module pion/ice to v0.7.9

Generated by renovateBot

v2.2.1

Toggle v2.2.1's commit message
Update module pion/datachannel to v1.4.15

Generated by renovateBot

v2.2.0

Toggle v2.2.0's commit message
Add ResetReader func to IVFReader

Add ResetReader function for resetting the underlying file
in IVFReader. This is for keeping the stream alive if the file
is being encoded at the same time as it's being streamed.
It takes in a function that returns an io.Reader. A sample
function might look like:
func(bytesRead int64) io.Reader {
	underlyingFile.Seek(bytesRead, io.SeekStart)
	return underlyingFile
}
and you would call it when ivf.ParseNextFrame(...) returns
an error indicating incomplete data.

v2.1.18

Toggle v2.1.18's commit message
Properly sanitize STUN urls

Currently we error if a STUN URL passed to Configuration.ICEServers
contained a query parameter. Fix this by using the getICEServers
function that sanitizes these for us.

v2.1.17

Toggle v2.1.17's commit message
Add SettingEngine entries needed for offline sync

Allow users to set statice ICECredentials and to disable
DTLS Certificate Verification