api.CreateSIPParticipantRequest is not giving 'media' param option

As per documentation : SIP APIs | LiveKit Documentation It should accept media param, but livekit 1.5 is not suggesting it.

I want to use media_timeout , as for call hold the call is getting hang up after 15 seconds.

What should be the solution or any recommended approach if user puts the call on Hold.

Which SDK / language are you using to invoke the API?

python

livekit-agents =~1.5
livekit==1.1.7

Looks like "Support SIP media configs. by @dennwc in #734" was added in api-v1.2.0, can you please upgrade to that:

Resolved… Thanks for the update