//
//  RTCCall+DictRepresentation.h
//  rainbow
//
//  Created by Doha Tubaileh on 9/16/19.
//  Copyright © 2019 Facebook. All rights reserved.
//

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface RTCCall (DictRepresentation)
- (NSDictionary*)rtcCallToDictionaryRepresentation;
- (NSDictionary*)conferenceCallToDictionaryRepresentation;
- (int)getVideoRemoteStreamCount;
- (NSString*)callStateConverter;
- (Contact*)getConferenceActiveTalkerContact: (NSArray<ConferenceParticipant*> *)talkers;
@end

NS_ASSUME_NONNULL_END
