feat(ios,p0): iOS P0 platform, audio fixes, channel UX
This commit is contained in:
@@ -102,9 +102,7 @@ impl From<chanora_core::CoreError> for BridgeError {
|
||||
) => BridgeError::ServerRejected { code, message },
|
||||
chanora_core::CoreError::Protocol(p) => BridgeError::Connection(format!("{p}")),
|
||||
chanora_core::CoreError::Audio(a) => BridgeError::Connection(format!("audio: {a}")),
|
||||
chanora_core::CoreError::Storage(s) => {
|
||||
BridgeError::Connection(format!("storage: {s}"))
|
||||
}
|
||||
chanora_core::CoreError::Storage(s) => BridgeError::Connection(format!("storage: {s}")),
|
||||
other => BridgeError::Unmapped(format!("{other}")),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user