Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Handle both hangup and detach events #124

Merged
merged 1 commit into from
Aug 6, 2020
Merged

Conversation

feymartynov
Copy link
Contributor

No description provided.

inev: &E,
evp: &IncomingEventProperties,
) -> Result<MessageStream, SvcError> {
let rtc_stream_id = Uuid::from_str(inev.opaque_id())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parse::<HandleId>(inev.opaque_id()).rtc_stream_id()

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is correct. Opaque id really contains the stream id.

@feymartynov feymartynov merged commit 16d8537 into master Aug 6, 2020
@feymartynov feymartynov deleted the feature/ULMS-620 branch August 6, 2020 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants