Describe the bug
When performing an RPC call using Room.performRpc(destinationIdentity:method:payload:responseTimeout:), the identity of the local participant is not set on the outgoing data packet encapsulating the RPC request.
SDK Version
2.1.0
iOS/macOS Version
macOS 15.3.1
Xcode Version
16.2
Steps to Reproduce
- Perform an RPC call.
- Inspect the
participantIdentity field on the outgoing data packet; this should be set to the local participant's identity, but is currently an empty string.
This can be verified in RpcTests.testPerformRpc().
Describe the bug
When performing an RPC call using
Room.performRpc(destinationIdentity:method:payload:responseTimeout:), the identity of the local participant is not set on the outgoing data packet encapsulating the RPC request.SDK Version
2.1.0
iOS/macOS Version
macOS 15.3.1
Xcode Version
16.2
Steps to Reproduce
participantIdentityfield on the outgoing data packet; this should be set to the local participant's identity, but is currently an empty string.This can be verified in
RpcTests.testPerformRpc().