SIGN IN SIGN UP

fix(api): encode Realtime call offers and session configuration (#3736)

## Summary

Use generated request encoding for Realtime WebRTC setup so future
schema changes no longer require a parallel handwritten implementation.
Applications can send an SDP offer and optional session configuration
through the existing synchronous and asynchronous `calls.create`
methods.

Requests now preserve the API’s declared SDP and JSON content types, so
offers and session configuration reach the API in the expected format.
SDP-only requests use the supported raw-SDP form; the method signatures
and SDP-response interface stay the same.

Co-authored-by: apcha-oai <228803254+apcha-oai@users.noreply.github.com>
A
Alex Chang committed
555ac487f450f24928d859478ea2f41b58906206
Parent: bc4f8ef
Committed by GitHub <noreply@github.com> on 8/25/2026, 8:32:14 PM