one-msg-sdk 2.0.2

Official Rust SDK for the 1msg WhatsApp Business API
1
2
3
4
5
6
7
8
9
10
11
12
# InitiateCallRequestSession

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sdp_type** | **SdpType** | offer for outbound connect; answer for pre_accept/accept (enum: offer, answer) | 
**sdp** | **String** | Full SDP (RFC 8866). Replace placeholders with SDP from your WebRTC stack. Must negotiate ICE, DTLS-SRTP, and OPUS for WhatsApp media.  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)