Update RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/Service/LiveLocationSharingViewerServiceProtocol.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2022-05-04 10:30:58 +02:00
committed by GitHub
parent e85abb1cb3
commit f74ee5aaf7
@@ -27,9 +27,9 @@ protocol LiveLocationSharingViewerServiceProtocol {
func isCurrentUserId(_ userId: String) -> Bool
func startListenningLiveLocationUpdates()
func startListeningLiveLocationUpdates()
func stopListenningLiveLocationUpdates()
func stopListeningLiveLocationUpdates()
func stopUserLiveLocationSharing(completion: @escaping (Result<Void, Error>) -> Void)
}