Open
Bug 1634609
Opened 5 years ago
Updated 5 years ago
Switch MID to Maybe type across the whole codebase
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: ng, Assigned: ng)
References
Details
We currently use a mix of Mayb<std::sting> and std::string with the empty string representing no MID. We should unify on Maybe. This work was done for bug 1405495, but lifted out due to over complicating the scope of the bug.
Updated•5 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•