Skip to content

Commit 6a91057

Browse files
authored
Update README.md
1 parent f8ca37d commit 6a91057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The implementation of the example controller looks like follows:
7171
NSString* layoutName = @"yourLayoutName"; // Optional (pass nil if no layout specified)
7272
NSString* language = @"en-US"; // Optional (pass nil if no language specified)
7373
74-
self.engine = [[QueueITEngine alloc]initWithHost:self customerId:customerId eventOrAliasId:eventOrAliasId layoutName:layoutName language:language];
74+
self.engine = [[QueueITEngine alloc]initWithHost:self customerId:customerId eventOrAliasId:waitingRoomIdOrAlias layoutName:layoutName language:language];
7575
[self.engine setViewDelay:5]; // Optional delay parameter you can specify (in case you want to inject some animation before Queue-It UIWebView or WKWebView will appear
7676
self.engine.queuePassedDelegate = self; // Invoked once the user is passed the queue
7777
self.engine.queueViewWillOpenDelegate = self; // Invoked to notify that Queue-It UIWebView or WKWebview will open

0 commit comments

Comments
 (0)