Skip to content

Adding option to produce local SDP for offerer#48

Merged
alexlivekit merged 2 commits intomainfrom
alexmigolin/tel-382-basic-outbound-reinvite-support
Mar 17, 2026
Merged

Adding option to produce local SDP for offerer#48
alexlivekit merged 2 commits intomainfrom
alexmigolin/tel-382-basic-outbound-reinvite-support

Conversation

@alexlivekit
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread sdp/offer.go

// buildLocalSDP produces the offerer's local SDP (negotiated view, our connection).
func buildLocalSDP(sessionID uint64, local netip.AddrPort, audio *AudioConfig, sprof *srtp.Profile) ([]byte, error) {
if sessionID == 0 {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when is this true?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For possible tests, but I guess we can scrap that.

Comment thread sdp/offer.go Outdated
@alexlivekit alexlivekit merged commit 8ac4e1e into main Mar 17, 2026
2 checks passed
@alexlivekit alexlivekit deleted the alexmigolin/tel-382-basic-outbound-reinvite-support branch March 17, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants