You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want test/use this livekit-rust-sdk in c++ code.
To do this I create internal-rust-layer to expose some functionality, and extract it to c++.
I came across a problem to create ParticipantSid from String in user module,
therefore i purpose to add 'pub' in declaration of this type:
pubstructParticipantSid(String);
pubstructParticipantSid(pubString);
Do you think it is ok, or I should choose other way?
The text was updated successfully, but these errors were encountered:
trzeciak
added a commit
to explaineverything/rust-sdks
that referenced
this issue
Nov 29, 2023
Hey, I want test/use this livekit-rust-sdk in c++ code.
To do this I create internal-rust-layer to expose some functionality, and extract it to c++.
I came across a problem to create ParticipantSid from String in user module,
therefore i purpose to add 'pub' in declaration of this type:
Do you think it is ok, or I should choose other way?
The text was updated successfully, but these errors were encountered: