Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 18, 2024
1 parent 961f3b6 commit e78c196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion livekit-ffi/protocol/ffi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ message FfiEvent {
GetSessionStatsCallback get_session_stats = 19;
Panic panic = 20;
PublishSipDtmfCallback publish_sip_dtmf = 21;
SendChatMessageCallback send_chat_message = 22;
SendChatMessageCallback chat_message = 22;
PerformRpcCallback perform_rpc = 23;
RegisterRpcMethodCallback register_rpc_method = 24;
UnregisterRpcMethodCallback unregister_rpc_method = 25;
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/src/livekit.proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3957,7 +3957,7 @@ pub mod ffi_event {
#[prost(message, tag="21")]
PublishSipDtmf(super::PublishSipDtmfCallback),
#[prost(message, tag="22")]
SendChatMessage(super::SendChatMessageCallback),
ChatMessage(super::SendChatMessageCallback),
#[prost(message, tag="23")]
PerformRpc(super::PerformRpcCallback),
#[prost(message, tag="24")]
Expand Down

0 comments on commit e78c196

Please sign in to comment.