events: Remove PartialEq impl for SessionDescription
This commit is contained in:
parent
b1cb6cd4c0
commit
0a47a2d915
@ -4,6 +4,7 @@ Breaking changes:
|
|||||||
|
|
||||||
* Add `user_id` field to `PushConditionRoomCtx`
|
* Add `user_id` field to `PushConditionRoomCtx`
|
||||||
* Remove `PartialEq` implementation on `NotificationPowerLevels`
|
* Remove `PartialEq` implementation on `NotificationPowerLevels`
|
||||||
|
* Remove `PartialEq` implementation for `events::call::SessionDescription`
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ pub mod hangup;
|
|||||||
pub mod invite;
|
pub mod invite;
|
||||||
|
|
||||||
/// A VoIP session description.
|
/// A VoIP session description.
|
||||||
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
||||||
pub struct SessionDescription {
|
pub struct SessionDescription {
|
||||||
/// The type of session description.
|
/// The type of session description.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user