@@ -2150,26 +2150,6 @@ pub struct GetSessionStatsCallback {
21502150 #[ prost( message, repeated, tag="4" ) ]
21512151 pub subscriber_stats : :: prost:: alloc:: vec:: Vec < RtcStats > ,
21522152}
2153- #[ allow( clippy:: derive_partial_eq_without_eq) ]
2154- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
2155- pub struct GetRoomSidRequest {
2156- #[ prost( uint64, tag="1" ) ]
2157- pub room_handle : u64 ,
2158- }
2159- #[ allow( clippy:: derive_partial_eq_without_eq) ]
2160- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
2161- pub struct GetRoomSidResponse {
2162- #[ prost( uint64, tag="1" ) ]
2163- pub async_id : u64 ,
2164- }
2165- #[ allow( clippy:: derive_partial_eq_without_eq) ]
2166- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
2167- pub struct GetRoomSidCallback {
2168- #[ prost( uint64, tag="1" ) ]
2169- pub async_id : u64 ,
2170- #[ prost( string, tag="2" ) ]
2171- pub sid : :: prost:: alloc:: string:: String ,
2172- }
21732153//
21742154// Options
21752155//
@@ -2280,7 +2260,7 @@ pub struct OwnedBuffer {
22802260pub struct RoomEvent {
22812261 #[ prost( uint64, tag="1" ) ]
22822262 pub room_handle : u64 ,
2283- #[ prost( oneof="room_event::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26" ) ]
2263+ #[ prost( oneof="room_event::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26" ) ]
22842264 pub message : :: core:: option:: Option < room_event:: Message > ,
22852265}
22862266/// Nested message and enum types in `RoomEvent`.
@@ -2315,10 +2295,12 @@ pub mod room_event {
23152295 #[ prost( message, tag="14" ) ]
23162296 RoomMetadataChanged ( super :: RoomMetadataChanged ) ,
23172297 #[ prost( message, tag="15" ) ]
2318- ParticipantMetadataChanged ( super :: ParticipantMetadataChanged ) ,
2298+ RoomSidChanged ( super :: RoomSidChanged ) ,
23192299 #[ prost( message, tag="16" ) ]
2320- ParticipantNameChanged ( super :: ParticipantNameChanged ) ,
2300+ ParticipantMetadataChanged ( super :: ParticipantMetadataChanged ) ,
23212301 #[ prost( message, tag="17" ) ]
2302+ ParticipantNameChanged ( super :: ParticipantNameChanged ) ,
2303+ #[ prost( message, tag="18" ) ]
23222304 ConnectionQualityChanged ( super :: ConnectionQualityChanged ) ,
23232305 #[ prost( message, tag="19" ) ]
23242306 ConnectionStateChanged ( super :: ConnectionStateChanged ) ,
@@ -2466,6 +2448,12 @@ pub struct RoomMetadataChanged {
24662448}
24672449#[ allow( clippy:: derive_partial_eq_without_eq) ]
24682450#[ derive( Clone , PartialEq , :: prost:: Message ) ]
2451+ pub struct RoomSidChanged {
2452+ #[ prost( string, tag="1" ) ]
2453+ pub sid : :: prost:: alloc:: string:: String ,
2454+ }
2455+ #[ allow( clippy:: derive_partial_eq_without_eq) ]
2456+ #[ derive( Clone , PartialEq , :: prost:: Message ) ]
24692457pub struct ParticipantMetadataChanged {
24702458 #[ prost( string, tag="1" ) ]
24712459 pub participant_sid : :: prost:: alloc:: string:: String ,
@@ -2987,7 +2975,7 @@ impl AudioSourceType {
29872975#[ allow( clippy:: derive_partial_eq_without_eq) ]
29882976#[ derive( Clone , PartialEq , :: prost:: Message ) ]
29892977pub struct FfiRequest {
2990- #[ prost( oneof="ffi_request::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27" ) ]
2978+ #[ prost( oneof="ffi_request::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27" ) ]
29912979 pub message : :: core:: option:: Option < ffi_request:: Message > ,
29922980}
29932981/// Nested message and enum types in `FfiRequest`.
@@ -3018,23 +3006,21 @@ pub mod ffi_request {
30183006 GetSessionStats ( super :: GetSessionStatsRequest ) ,
30193007 #[ prost( message, tag="12" ) ]
30203008 PublishTranscription ( super :: PublishTranscriptionRequest ) ,
3021- #[ prost( message, tag="13" ) ]
3022- GetRoomSid ( super :: GetRoomSidRequest ) ,
30233009 /// Track
3024- #[ prost( message, tag="14 " ) ]
3010+ #[ prost( message, tag="13 " ) ]
30253011 CreateVideoTrack ( super :: CreateVideoTrackRequest ) ,
3026- #[ prost( message, tag="15 " ) ]
3012+ #[ prost( message, tag="14 " ) ]
30273013 CreateAudioTrack ( super :: CreateAudioTrackRequest ) ,
3028- #[ prost( message, tag="16 " ) ]
3014+ #[ prost( message, tag="15 " ) ]
30293015 GetStats ( super :: GetStatsRequest ) ,
30303016 /// Video
3031- #[ prost( message, tag="17 " ) ]
3017+ #[ prost( message, tag="16 " ) ]
30323018 NewVideoStream ( super :: NewVideoStreamRequest ) ,
3033- #[ prost( message, tag="18 " ) ]
3019+ #[ prost( message, tag="17 " ) ]
30343020 NewVideoSource ( super :: NewVideoSourceRequest ) ,
3035- #[ prost( message, tag="19 " ) ]
3021+ #[ prost( message, tag="18 " ) ]
30363022 CaptureVideoFrame ( super :: CaptureVideoFrameRequest ) ,
3037- #[ prost( message, tag="20 " ) ]
3023+ #[ prost( message, tag="19 " ) ]
30383024 VideoConvert ( super :: VideoConvertRequest ) ,
30393025 /// Audio
30403026 #[ prost( message, tag="22" ) ]
@@ -3055,7 +3041,7 @@ pub mod ffi_request {
30553041#[ allow( clippy:: derive_partial_eq_without_eq) ]
30563042#[ derive( Clone , PartialEq , :: prost:: Message ) ]
30573043pub struct FfiResponse {
3058- #[ prost( oneof="ffi_response::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27" ) ]
3044+ #[ prost( oneof="ffi_response::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27" ) ]
30593045 pub message : :: core:: option:: Option < ffi_response:: Message > ,
30603046}
30613047/// Nested message and enum types in `FfiResponse`.
@@ -3086,23 +3072,21 @@ pub mod ffi_response {
30863072 GetSessionStats ( super :: GetSessionStatsResponse ) ,
30873073 #[ prost( message, tag="12" ) ]
30883074 PublishTranscription ( super :: PublishTranscriptionResponse ) ,
3089- #[ prost( message, tag="13" ) ]
3090- GetRoomSid ( super :: GetRoomSidResponse ) ,
30913075 /// Track
3092- #[ prost( message, tag="14 " ) ]
3076+ #[ prost( message, tag="13 " ) ]
30933077 CreateVideoTrack ( super :: CreateVideoTrackResponse ) ,
3094- #[ prost( message, tag="15 " ) ]
3078+ #[ prost( message, tag="14 " ) ]
30953079 CreateAudioTrack ( super :: CreateAudioTrackResponse ) ,
3096- #[ prost( message, tag="16 " ) ]
3080+ #[ prost( message, tag="15 " ) ]
30973081 GetStats ( super :: GetStatsResponse ) ,
30983082 /// Video
3099- #[ prost( message, tag="17 " ) ]
3083+ #[ prost( message, tag="16 " ) ]
31003084 NewVideoStream ( super :: NewVideoStreamResponse ) ,
3101- #[ prost( message, tag="18 " ) ]
3085+ #[ prost( message, tag="17 " ) ]
31023086 NewVideoSource ( super :: NewVideoSourceResponse ) ,
3103- #[ prost( message, tag="19 " ) ]
3087+ #[ prost( message, tag="18 " ) ]
31043088 CaptureVideoFrame ( super :: CaptureVideoFrameResponse ) ,
3105- #[ prost( message, tag="20 " ) ]
3089+ #[ prost( message, tag="19 " ) ]
31063090 VideoConvert ( super :: VideoConvertResponse ) ,
31073091 /// Audio
31083092 #[ prost( message, tag="22" ) ]
@@ -3125,7 +3109,7 @@ pub mod ffi_response {
31253109#[ allow( clippy:: derive_partial_eq_without_eq) ]
31263110#[ derive( Clone , PartialEq , :: prost:: Message ) ]
31273111pub struct FfiEvent {
3128- #[ prost( oneof="ffi_event::Message" , tags="1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 " ) ]
3112+ #[ prost( oneof="ffi_event::Message" , tags="1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18" ) ]
31293113 pub message : :: core:: option:: Option < ffi_event:: Message > ,
31303114}
31313115/// Nested message and enum types in `FfiEvent`.
@@ -3169,8 +3153,6 @@ pub mod ffi_event {
31693153 GetSessionStats ( super :: GetSessionStatsCallback ) ,
31703154 #[ prost( message, tag="18" ) ]
31713155 Panic ( super :: Panic ) ,
3172- #[ prost( message, tag="19" ) ]
3173- GetRoomSid ( super :: GetRoomSidCallback ) ,
31743156 }
31753157}
31763158/// Stop all rooms synchronously (Do we need async here?).
0 commit comments