Skip to content

Commit a6e1f77

Browse files
author
Vitaliy Gorbachov
committedSep 27, 2017
fixed video sample using old removed macros from Quickblox SDK
1 parent 9fb1215 commit a6e1f77

File tree

1 file changed

+2
-2
lines changed
  • sample-videochat-webrtc/sample-videochat-webrtc/Components/Core

1 file changed

+2
-2
lines changed
 

‎sample-videochat-webrtc/sample-videochat-webrtc/Components/Core/QBCore.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ - (void)addDelegate:(id <QBCoreDelegate>)delegate {
6767

6868
#pragma mark - QBChatDelegate
6969

70-
- (void)chatDidNotConnectWithError:(QB_NULLABLE NSError *)error {
70+
- (void)chatDidNotConnectWithError:(NSError *)error {
7171

7272
}
7373

74-
- (void)chatDidFailWithStreamError:(QB_NULLABLE NSError *)error {
74+
- (void)chatDidFailWithStreamError:(NSError *)error {
7575

7676
}
7777

0 commit comments

Comments
 (0)
Please sign in to comment.