Add a sync method to check a room data source existence

This commit is contained in:
ismailgulek
2022-08-26 16:54:11 +03:00
parent 34a83a98c0
commit 6bf102c9af
2 changed files with 12 additions and 0 deletions
@@ -78,6 +78,13 @@ typedef enum : NSUInteger {
*/
- (void)reset;
/**
Flag indicating the manager has a room data source for a given room id.
@param roomId the room id to check.
*/
- (BOOL)hasRoomDataSourceForRoom:(NSString*)roomId;
/**
Get a room data source corresponding to a room id.