Skip to content
Snippets Groups Projects
Commit 6c43e710 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor Login functor

parent 00e2d931
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!42Update Bindings
......@@ -7,7 +7,7 @@ public struct Login {
public func callAsFunction(
ephemeral: Bool = false,
cMixId: Int,
authCallbacks: AuthCallbacks? = nil,
authCallbacks: AuthCallbacks?,
identity: ReceptionIdentity,
e2eParamsJSON: Data = GetE2EParams.liveDefault()
) throws -> E2E {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment